DisposeBrowserContextRequest

data class DisposeBrowserContextRequest(browserContextId: BrowserContextID)

Represents request frame that can be used with Target#disposeBrowserContext operation call.

Deletes a BrowserContext. All the belonging pages will be closed without calling their beforeunload hooks.

See also

Constructors

DisposeBrowserContextRequest
Link copied to clipboard
fun DisposeBrowserContextRequest(browserContextId: BrowserContextID)

Properties

browserContextId
Link copied to clipboard
val browserContextId: BrowserContextID

Sources

jvm source
Link copied to clipboard